ActiveReports for .NET 18.0J
NotificationCollectionAdapter<TSource,TTarget> クラス
メンバ 

GrapeCity.ActiveReports.Viewer.Wpf.Converters 名前空間 : NotificationCollectionAdapter<TSource,TTarget> クラス
GrapeCity.Viewer.Common.ObservableCollectionソース内の項目の型。
System.Collections.ObjectModel.ObservableCollectionターゲット内の項目の型。
TSource型の項目のGrapeCityのINotificationCollectionをTTarget型の項目のシステムのObservableCollectionに採用します。
オブジェクト モデル
NotificationCollectionAdapter<TSource,TTarget> クラス
シンタックス
'宣言
 
Public Class NotificationCollectionAdapter
    (Of TSource,TTarget) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of TTarget)
public class NotificationCollectionAdapter<TSource,TTarget> : System.Collections.ObjectModel.ObservableCollection<TTarget> 
型パラメータ
TSource
GrapeCity.Viewer.Common.ObservableCollectionソース内の項目の型。
TTarget
System.Collections.ObjectModel.ObservableCollectionターゲット内の項目の型。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         GrapeCity.ActiveReports.Viewer.Wpf.Converters.NotificationCollectionAdapter<TSource,TTarget>

参照

NotificationCollectionAdapter<TSource,TTarget> メンバ
GrapeCity.ActiveReports.Viewer.Wpf.Converters 名前空間